func net/http.shouldClose
3 uses
net/http (current package)
request.go#L1156: req.Close = shouldClose(req.ProtoMajor, req.ProtoMinor, req.Header, false)
transfer.go#L502: t.Close = shouldClose(t.ProtoMajor, t.ProtoMinor, t.Header, true)
transfer.go#L748: func shouldClose(major, minor int, header Header, removeCloseHeader bool) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)